adTempus API
|
Gets or sets the value that determines whether the script is allowed to show a user interface
__property VARIANT_BOOL AllowUserInterface;
VARIANT_BOOL AllowUserInterface;
Property AllowUserInterface() As VARIANT_BOOL
false
If AllowUserInterface is False, the script will not be allowed to display user interface elements such as message boxes.
If AllowUserInterface is False, the operations that are prohibited may vary based on the scripting language being used.
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|